ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBag<T> Class
ImGearXMPValue type.
Members




In This Topic
    ImGearXMPBag<T> Class
    In This Topic
    Represents an unordered array of XMP properties.
    Object Model
    ImGearXMPBag<T> Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public NotInheritable Class ImGearXMPBag(Of T As {New, ImGearXMPValue}) 
       Inherits ImGearXMPArray(Of T)
    'Usage
     
    Dim instance As ImGearXMPBag(Of T)
    [DefaultMember("Item")]
    public sealed class ImGearXMPBag<T> : ImGearXMPArray<T> 
    where T: new(), ImGearXMPValue
    [DefaultMember("Item")]
    public __gc __sealed class ImGearXMPBag<T> : public ImGearXMPArray<T> 
    where T: gcnew(), ImGearXMPValue
    [DefaultMember("Item")]
    generic<typename T>
    public ref class ImGearXMPBag sealed : public ImGearXMPArray<T> 
    where T: gcnew(), ImGearXMPValue
    Type Parameters
    T
    ImGearXMPValue type.
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.XMP.ImGearXMPArray<T>
          ImageGear.Formats.XMP.ImGearXMPBag<T>

    See Also